@charset "gbk"; /* CSS Document */
.warp {
    min-width: 1200px;
    max-width: 1920px;
    border: solid #f00 0px;
    overflow: hidden;
}
.center {
    width: 1200px;
    margin: 0 auto;
}
table {
    border-collapse: collapse;
}
.container {
    margin-top: 20px;
}
.left-middle {
    float: left;
    width: 840px;
}
.left {
    float: left;
    width: 286px;
}
a strong {
    font-weight: normal;
}
.middle {
    float: left;
    width: 512px;
    margin-left: 42px;
}
.right {
    float: right;
    width: 320px;
}
.right .right-title {
    background: #f8f8f8;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    border-left: solid 2px #e4393c;
    padding: 0 12px;
    overflow: hidden;
}
.right .right-title span {
    float: left;
    font-size: 20px;
    color: #212121;
}
.right .right-title a.more {
    float: right;
    font-size: 12px;
    color: #767676;
    font-weight: normal;
    text-decoration: none;
}
/*  共用  */ /*  切换  */
.switch-trigger span {
    cursor: pointer;
}
.switch .switch-box {
    display: none;
}
/*  右侧  */
.right .curri .curri-cont {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
}
.right .curri .curri-cont .btn {
    width: 14px;
    height: 14px;
    border: solid 2px #d4d4d4;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 80px;
    cursor: pointer;
}
.right .curri .curri-cont .btn.l {
    left: 14px;
    transform: rotate(45deg);
}
.right .curri .curri-cont .btn.r {
    right: 14px;
    transform: rotate(-135deg);
}
.right .curri .curri-cont ul {
    overflow: hidden;
}
.right .curri .curri-cont li {
    float: left;
    width: 320px;
}
.right .curri .curri-cont li .curri-img {
    min-height: 160px;
    background: #272727;
}
.right .curri .curri-cont li .curri-info {
    background: #f8f8f8;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    overflow: hidden;
}
.right .curri .curri-cont li .curri-info p {
    float: left;
    width: 214px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #555555;
}
.right .curri .curri-cont li .curri-info a {
    float: right;
    font-size: 14px;
    color: #ff0000;
    text-decoration: none;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
}
.right .curri .curri-cont li .curri-info a:before {
    content: '';
    width: 12px;
    height: 12px;
    border: solid 1px #cdcdcd;
    border-radius: 12px;
    position: absolute;
    top: 8px;
    left: 0;
}
.right .curri .curri-cont li .curri-info a:after {
    content: '';
    width: 0;
    height: 0;
    border-top: solid 3px transparent;
    border-left: solid 4px #e13b29;
    border-bottom: solid 3px transparent;
    position: absolute;
    top: 12px;
    left: 6px;
}
.right .inform {
    margin-top: 22px;
}
.right .inform .right-title {
    padding: 0;
    font-size: 20px;
    color: #212121;
}
.right .inform .right-title span {
    padding: 0 12px;
    line-height: 32px;
    margin: 1px 10px 1px 0;
    cursor: pointer;
}
.right .inform .right-title span.current {
    background: #fff;
}
.right .inform .inform-cont ul {
    display: none;
}
.right .inform .inform-cont {
    margin-top: 22px;
    border: solid 1px #eeeeee;
    padding: 8px 9px 7px 10px;
}
.right .inform .inform-cont li {
    padding: 7px 0 8px 27px;
    line-height: 25px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right .inform .inform-cont li a {
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.right .inform .inform-cont li a strong {
    font-weight: normal;
}
.right .inform .inform-cont li i {
    font-style: normal;
    background: #e4393c;
    width: 17px;
    height: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 8px;
    left: 0;
}
.right .inform .inform-cont li i:before {
    content: '';
    width: 7px;
    height: 8px;
    border: solid 1px #e77072;
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: 2px;
    left: 2px;
}
.right .inform .inform-cont li i:after {
    content: '';
    width: 0;
    height: 0;
    border-left: solid 9px transparent;
    border-bottom: solid 5px #fff;
    border-right: solid 8px transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.right .inform .inform-cont li:nth-child(1n + 4) i {
    background: #bcbcbc;
}
.right .inform .inform-cont li:nth-child(1n + 4) i:before {
    border: solid 1px #cbcbcb;
    border-right: none;
    border-bottom: none;
}
.right .forum {
    margin-top: 22px;
}
.right .forum .right-title {
    padding: 0 12px 0 0;
    font-size: 20px;
    color: #212121;
}
.right .forum .right-title span {
    padding: 0 12px;
    line-height: 32px;
    margin: 1px 10px 1px 0;
    cursor: pointer;
}
.right .forum .right-title span.current {
    background: #fff;
}
.right .forum .forum-cont {
    margin-top: 22px;
    border: solid 1px #eeeeee;
    padding: 8px 9px 7px 10px;
}
.right .forum .forum-cont li {
    padding: 7px 0 8px 27px;
    line-height: 25px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right .forum .forum-cont li a {
    font-size: 14px;
    color: #555555;
    text-decoration: none;
}
.right .forum .forum-cont li i {
    font-style: normal;
    background: #e4393c;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 12px;
    left: 0;
}
.right .forum .forum-cont li:nth-child(1n + 4) i {
    background: #bcbcbc;
}
.cooppartner {
    margin-top: 22px;
}
.cooppartner .cooppartner-cont {
    border: solid 1px #eee;
    padding: 18px 0 0 10px;
    margin-top: 21px;
    overflow: hidden;
}
.cooppartner .cooppartner-cont a {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 17px;
    margin: 0 32px 23px 0;
}
/*  子导航 当前位置  */
.subnav {
    width: 820px;
    padding: 14px 0;
}
.subnav ul {
    overflow: hidden;
}
.subnav li {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding-right: 20px;
    position: relative;
}
.subnav li a {
    color: #666;
}
.subnav li:before {
    content: '>';
    width: 20px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
}
.subnav li:first-child:before,
.container .subnav li:last-child:before {
    display: none;
}
.subnav li:first-child {
    padding: 0 9px 0 22px;
}
.subnav li:first-child:after {
    content: '';
    background: url(/e_images/ck/2021/lcon.png) no-repeat;
    background-position: -150px -1px;
    width: 16px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
/*  文字溢出省略  */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*  共用 end  */ /*  以下首页  */
.advert-1 {
    margin-top: 26px;
}
.mostNav {
    padding-bottom: 18px;
}
.mostNav dl {
    overflow: hidden;
}
.mostNav dt,
.mostNav dd {
    float: left;
    padding-right: 16px;
    font-size: 14px;
    line-height: 18px;
}
.mostNav dt {
    padding-left: 19px;
    color: #e13b29;
    position: relative;
}
.mostNav dt:before {
    content: '';
    width: 14px;
    height: 18px;
    background: url(/e_images/ck/2021/lcon.png) no-repeat;
    background-position: 0 -58px;
    position: absolute;
    top: 0;
    left: 0;
}
.mostNav dd a {
    text-decoration: none;
    color: #666666;
}
.block-1 .menu table {
    text-align: center;
    width: 286px;
}
.block-1 .menu table td {
    border: solid 1px #eee;
    width: 94px;
    height: 71px;
}
.block-1 .menu table td a {
    text-decoration: none;
}
.block-1 .menu table td i {
    display: block;
    width: 34px;
    height: 30px;
    margin: 0 auto;
    background: url(/e_images/ck/2021/lcon.png) no-repeat;
    background-position: -14px -58px;
}
.block-1 .menu table td span {
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 17px;
    padding-top: 8px;
}
.block-1 .menu table tr:nth-child(1) td:nth-child(1) i {
    background-position: -14px -58px;
}
.block-1 .menu table tr:nth-child(1) td:nth-child(2) i {
    background-position: -48px -58px;
}
.block-1 .menu table tr:nth-child(1) td:nth-child(3) i {
    background-position: -82px -58px;
}
.block-1 .menu table tr:nth-child(2) td:nth-child(1) i {
    background-position: -116px -58px;
}
.block-1 .menu table tr:nth-child(2) td:nth-child(2) i {
    background-position: -150px -58px;
}
.block-1 .menu table tr:nth-child(2) td:nth-child(3) i {
    background-position: 0 -88px;
}
.block-1 .menu table tr:nth-child(3) td:nth-child(1) i {
    background-position: -34px -88px;
}
.block-1 .menu table tr:nth-child(3) td:nth-child(2) i {
    background-position: -68px -88px;
}
.block-1 .menu table tr:nth-child(3) td:nth-child(3) i {
    background-position: -102px -88px;
}
.block-1 .menu table tr:nth-child(4) td:nth-child(1) i {
    background-position: -136px -88px;
}
.block-1 .menu table tr:nth-child(4) td:nth-child(2) i {
    background-position: 0 -118px;
}
.block-1 .menu table tr:nth-child(4) td:nth-child(3) i {
    background-position: -34px -118px;
}
.block-1 .banner {
    height: 290px;
    overflow: hidden;
    position: relative;
}
.block-1 .banner .btn {
    width: 24px;
    height: 34px;
    background: rgba(51, 51, 51, 0.9);
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}
.block-1 .banner .btn.l {
    left: 0;
}
.block-1 .banner .btn.r {
    right: 0;
}
.block-1 .banner ul {
    overflow: hidden;
}
.block-1 .banner li {
    width: 512px;
    height: 290px;
    float: left;
    background: #ffdcdc;
}
.block-1 .banner .banner-cur {
    overflow: hidden;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}
.block-1 .banner .banner-cur span {
    float: left;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
    margin: 0 5px;
    opacity: 0.5;
}
.block-1 .banner .banner-cur span.current {
    opacity: 1;
}
.block-1 .headline .right-title {
    background: none;
    border-top: solid 1px #e8e8e8;
    border-right: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}
.block-1 .headline .right-title span {
    color: #e33f1b;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 102, 0, 1)), to(rgba(207, 4, 27, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-1 .headline .right-title i {
    float: right;
    font-size: 12px;
    color: #777777;
    font-weight: normal;
    font-style: normal;
}
.block-1 .headline dt {
    border: solid 1px #e8e8e8;
    border-top: none;
    padding: 18px 5px 29px 10px;
    position: relative;
}
.block-1 .headline dt .headline-name {
    font-size: 18px;
    color: #333333;
    line-height: 21px;
    font-weight: bold;
}
.block-1 .headline dt .headline-name strong {
    font-weight: bold;
}
.block-1 .headline dt p {
    font-size: 14px;
    color: #333333;
    line-height: 17px;
    padding-top: 8px;
}
.block-1 .headline dt .headline-onlookers {
    font-size: 12px;
    color: #3da9e1;
    line-height: 20px;
    padding-left: 14px;
    position: absolute;
    bottom: 5px;
    right: 6px;
    cursor: pointer;
}
.block-1 .headline dt .headline-onlookers i {
    font-style: normal;
}
.block-1 .headline dt .headline-onlookers:before {
    content: '';
    width: 14px;
    height: 20px;
    background: url(/e_images/ck/2021/lcon.png) no-repeat;
    background-position: 0 -148px;
    position: absolute;
    top: 0;
    left: 0;
}
.block-1 .headline dd {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #555;
    padding: 8px 30px 9px 50px;
    border-bottom: solid 1px #e8e8e8;
    position: relative;
}
.block-1 .headline dd a strong {
    font-weight: normal;
}
.block-1 .headline dd a {
    text-decoration: none;
}
.block-1 .headline dd i {
    background: #e13b29;
    font-style: normal;
    width: 40px;
    height: 24px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 10px;
    left: 5px;
}
.block-1 .headline dd:before {
    content: '';
    width: 8px;
    height: 8px;
    border: solid 1px #717171;
    border-bottom: none;
    border-left: none;
    margin-top: -4px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}
.block-2 {
    margin-top: 20px;
}
.block-2 .remind-title {
    background: #e4393c;
    height: 34px;
    overflow: hidden;
}
.block-2 .remind-title span {
    float: left;
    line-height: 34px;
    margin-left: 19px;
    font-size: 18px;
    color: #ffffff;
}
.block-2 .remind-title .switch-trigger {
    float: right;
    margin: 9px 4px 0 0;
    overflow: hidden;
}
.block-2 .remind-title .switch-trigger span {
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 1px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    cursor: pointer;
}
.block-2 .remind-title .switch-trigger span.current {
    background: #fff;
    color: #e4393c;
}
.block-2 .remind-cont {
    margin-top: 23px;
}
.block-2 .remind-cont table {
    text-align: center;
    width: 286px;
    display: none;
}
.block-2 .remind-cont table th {
    border: solid 1px #eee;
    background: #f3f8fc;
    height: 38px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.block-2 .remind-cont table td {
    border: solid 1px #eee;
    height: 37px;
    font-size: 14px;
    color: #333;
}
.block-2 .bmn-top {
    border-bottom: solid 1px #eee;
    height: 33px;
}
.block-2 .bmn-top span {
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 33px;
    padding: 0 26px;
    position: relative;
}
.block-2 .bmn-top span:before {
    content: '';
    background: #e4393c;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: none;
}
.block-2 .bmn-top span.current {
    color: #e4393c;
}
.block-2 .bmn-top span.current:before {
    display: block;
}
.block-2 .bmn-bom {
    padding-top: 9px;
}
.block-2 .bmn-bom li {
    font-size: 14px;
    color: #555;
    line-height: 19px;
    padding: 8px 76px 9px 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.block-2 .bmn-bom li:before {
    content: '';
    background: #999;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    top: 16px;
    left: 1px;
}
.block-2 .bmn-bom li a {
    text-decoration: none;
    color: #555;
}
.block-2 .bmn-bom li a:hover {
    color: #e13b29;
}
.block-2 .bmn-bom li i {
    font-size: 12px;
    color: #999;
    font-style: normal;
    position: absolute;
    top: 8px;
    right: 0;
}
.block-2 .guide-cont {
    margin-top: 20px;
}
.block-2 .guide-cont table {
    width: 320px;
    text-align: center;
}
.block-2 .guide-cont table td {
    border: solid 1px #eee;
    width: 147px;
    height: 37px;
}
.block-2 .guide-cont table td:first-child {
    width: 170px;
}
.block-2 .guide-cont table td a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.block-3 {
    margin-top: 26px;
}
.block-3 .exam:nth-child(2) {
    margin-top: 16px;
}
.block-3 .right-img {
    background: #272727;
    min-height: 262px;
    margin-top: 22px;
}
.block-3 .exam-title {
    line-height: 24px;
    overflow: hidden;
}
.block-3 .exam-title span {
    float: left;
    font-size: 20px;
    color: #212121;
    font-weight: bold;
    margin-left: 20px;
}
.block-3 .exam-title a {
    float: left;
    font-size: 14px;
    color: #e4393c;
    padding-left: 20px;
    position: relative;
}
.block-3 .exam-title a:before {
    content: '';
    background: #e4393c;
    width: 1px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 10px;
}
.block-3 .exam-title a:first-child:before {
    display: none;
}
.block-3 .exam-top {
    height: 34px;
    background: #f8f8f8;
    border: solid 1px #eee;
    line-height: 34px;
    margin-top: 10px;
}
.block-3 .exam-top span {
    float: left;
    font-size: 18px;
    color: #212121;
    width: 129px;
    text-align: center;
    position: relative;
}
.block-3 .exam-top span:before {
    content: '';
    background: #e4393c;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    display: none;
}
.block-3 .exam-top span:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: none;
}
.block-3 .exam-top span.current {
    background: #fff;
    color: #e4393c;
}
.block-3 .exam-top span.current:before {
    display: block;
}
.block-3 .exam-top span.current:after {
    display: block;
}
.block-3 .exam-bom {
    padding-top: 12px;
}
.block-3 .exam-box {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.block-3 .exam-box dl {
    float: left;
    width: 402px;
}
.block-3 .exam-box dt {
    line-height: 19px;
    padding: 8px 0 7px 21px;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    overflow: hidden;
}
.block-3 .exam-box dt span {
    float: left;
    font-size: 16px;
    color: #e13b29;
}
.block-3 .exam-box dt a {
    float: right;
    font-size: 12px;
    color: #333;
}
.block-3 .exam-box dd {
    line-height: 19px;
    padding: 7px 86px 8px 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.block-3 .exam-box dd:before {
    content: '';
    background: #999;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    left: 2px;
}
.block-3 .exam-box dd a {
    font-size: 14px;
    color: #555;
    text-decoration: none;
}
.block-3 .exam-box dd a:hover {
    color: #e13b29;
}
.block-3 .exam-box dd i {
    font-size: 12px;
    color: #999;
    font-style: normal;
    position: absolute;
    top: 7px;
    right: 3px;
}
.home-title {
    border-bottom: solid 1px #eee;
}
.home-title span {
    display: inline-block;
    width: 140px;
    text-align: center;
    font-size: 20px;
    color: #212121;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 9px;
    position: relative;
}
.home-title span:before {
    content: '';
    background: #e4393c;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.picked {
    margin-top: 26px;
}
.picked .picked-cont {
    margin-top: 30px;
}
.picked .picked-cont ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.picked .picked-cont li {
    float: left;
    width: 280px;
}
.picked .picked-cont li .picked-img {
    background: #272727;
    height: 180px;
    width: 280px;
    overflow: hidden;
}
.picked .picked-cont li .picked-img img {
    height: 180px;
    width: 280px;
}
.picked .picked-cont li .picked-info {
    padding-top: 9px;
    overflow: hidden;
}
.picked .picked-cont li .picked-name {
    float: left;
    font-size: 14px;
    color: #555555;
    line-height: 19px;
}
.picked .picked-cont li .picked-name a {
    text-decoration: none;
}
.picked .picked-cont li .picked-lcon {
    float: right;
    overflow: hidden;
}
.picked .picked-cont li .picked-lcon a {
    float: left;
    margin-left: 16px;
}
.picked .picked-cont li .picked-lcon a i {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/e_images/ck/2021/lcon.png) no-repeat;
    background-position: -20px -149px;
}
.picked .picked-cont li .picked-lcon a:last-child i {
    background-position: -36px -149px;
}
.coopunit {
    margin-top: 20px;
}
.coopunit .coopunit-cont {
    padding: 30px 97px;
    position: relative;
}
.coopunit .coopunit-cont .btn {
    width: 27px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.coopunit .coopunit-cont .btn:before {
    content: '';
    background: #888888;
    width: 6px;
    height: 20px;
    transform: skewX(-46deg);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px;
}
.coopunit .coopunit-cont .btn:after {
    content: '';
    background: #888888;
    width: 6px;
    height: 20px;
    transform: skewX(46deg);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.coopunit .coopunit-cont .btn.l {
    left: 20px;
}
.coopunit .coopunit-cont .btn.r {
    right: 20px;
    transform: rotate(180deg);
}
.coopunit .coopunit-cont ul {
    overflow: hidden;
}
.coopunit .coopunit-cont li {
    float: left;
    width: 1006px;
}
.coopunit .coopunit-cont li table {
    width: 1006px;
    text-align: center;
}
.coopunit .coopunit-cont li table td {
    width: 200px;
    height: 96px;
    border: dashed 1px #eee;
}
.friendlink {
    padding: 30px 20px;
    border: solid 1px #eee;
    border-left: none;
    border-right: none;
    overflow: hidden;
}
.friendlink span {
    float: left;
    font-size: 16px;
    color: #212121;
    line-height: 23px;
}
.friendlink ul {
    float: left;
    width: 1060px;
    margin-left: 16px;
    overflow: hidden;
}
.friendlink ul li {
    float: left;
    font-size: 14px;
    color: #212121;
    line-height: 23px;
    padding: 0 10px;
    position: relative;
}
.friendlink ul li a {
    color: #212121;
}
.friendlink ul li:before {
    content: '';
    background: #656565;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0px;
}
.friendlink ul li:first-child:before {
    display: none;
}
/*  以下列表页  */
.modular {
    padding-bottom: 30px;
}
.modular .modular-top {
    height: 34px;
    background: #f8f8f8;
    border: solid 1px #eee;
    line-height: 34px;
}
.modular .modular-top span {
    float: left;
    font-size: 18px;
    color: #212121;
    width: 150px;
    text-align: center;
    position: relative;
}
.modular .modular-top span:before {
    content: '';
    background: #e4393c;
    width: 100%;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    display: none;
}
.modular .modular-top span:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: none;
}
.modular .modular-top span.current {
    background: #fff;
    color: #e4393c;
}
.modular .modular-top span.current:before {
    display: block;
}
.modular .modular-top span.current:after {
    display: block;
}
.modular .modular-top .modular-more {
    float: left;
    position: relative;
}
.modular .modular-top .modular-more i {
    display: block;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.modular .modular-top .modular-more i:before {
    content: '';
    width: 7px;
    height: 7px;
    border: solid 1px #707070;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -4.5px;
    transform: rotate(45deg);
}
.modular .modular-top .modular-more i.current:before {
    transform: rotate(-135deg);
    margin-top: -2px;
}
.modular .modular-top .modular-more ul {
    width: 129px;
    background: #fff;
    border: solid 1px #eeeeee;
    border-top: none;
    text-align: center;
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -83px;
}
.modular .modular-top .modular-more li {
    font-size: 16px;
    color: #212121;
    line-height: 30px;
}
.modular .modular-bom {
    padding: 0 5px 0 19px;
}
.modular .modular-bom li {
    padding: 22px 0;
    border-bottom: solid 1px #eee;
    overflow: hidden;
}
.modular .modular-bom li .modular-img {
    float: left;
    background: #e4393c;
    width: 178px;
    height: 116px;
}
.modular .modular-bom li .modular-img img {
    width: 178px;
    height: 116px;
}
.modular .modular-bom li .modular-info {
    float: right;
    width: 618px;
}
.modular .modular-bom li .modular-name {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    line-height: 21px;
    padding: 3px 0;
}
.modular .modular-bom li .modular-name a {
    color: #555;
    text-decoration: none;
}
.modular .modular-bom li .modular-txt {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    min-height: 50px;
    padding: 7px 9px 12px 0;
}
.modular .modular-bom li .original-date {
    overflow: hidden;
}
.modular .modular-bom li .original-date .modular-original {
    float: left;
    height: 20px;
    overflow: hidden;
}
.modular .modular-bom li .original-date .modular-original i {
    float: left;
    font-style: normal;
    font-size: 12px;
    color: #f5684a;
    line-height: 16px;
    border: solid 1px #f5684a;
    padding: 0 4px;
    margin-top: 1px;
}
.modular .modular-bom li .original-date .modular-original span {
    float: left;
    margin-left: 12px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-left: 24px;
    position: relative;
}
.modular .modular-bom li .original-date .modular-original span:before {
    content: '';
    background-color: #006fba;
    background-image: url(/e_images/ck/2021/lcon.png);
    background-position: -52px -149px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.modular .modular-bom li .original-date .modular-date {
    float: left;
    margin-left: 36px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
/*  以下频道页  */
.countdown {
    background: #e13b29;
    padding: 8px 39px 8px 6px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
}
.countdown:before {
    content: '';
    width: 34px;
    height: 32px;
    background: url(/e_images/ck/2021/lcon.png) no-repeat;
    background-position: 0 -169px;
    position: absolute;
    top: 4px;
    right: 5px;
}
.countdown span {
    float: left;
    background: #e13b29;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding: 0 4px;
}
.countdown i {
    float: left;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #e13b29;
    background: url(../images/countdown-bj.png) repeat-x;
    line-height: 24px;
    min-width: 14px;
    padding-left: 5px;
    letter-spacing: 11px;
    margin-right: -7px;
}
.block-1 .menu-2 table td {
    height: 74px;
}
.process {
    margin-top: 22px;
    border: solid 1px #eee;
    margin-bottom: 22px;
}
.process .process-top {
    padding: 29px 35px 0;
    position: relative;
}
.process .process-top li {
    float: left;
    width: 188px;
    text-align: center;
    position: relative;
}
.process .process-top li i {
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #333;
    line-height: 19px;
    padding-left: 20px;
}
.process .process-top li i:before {
    content: '';
    background: #e9e9e9;
    width: 1px;
    height: 36px;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: rotate(36deg);
}
.process .process-top li span {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 19px;
    margin-top: 71px;
}
.process .process-top:before {
    content: '';
    background: #e9e9e9;
    width: 1128px;
    height: 1px;
    position: absolute;
    top: 98px;
    left: 35px;
}
.process .process-top li:before {
    content: '';
    background: #a0a0a0;
    width: 14px;
    height: 14px;
    border: solid 5px #fff;
    border-radius: 19px;
    position: absolute;
    top: 57px;
    left: -12px;
    z-index: 9;
}
.process .process-top li:after {
    content: '';
    width: 46px;
    height: 46px;
    background: url(/e_images/ck/2021/lcon.png) no-repeat;
    background-position: -34px -169px;
    position: absolute;
    top: 57px;
    left: -12px;
    z-index: 8;
}
.process .process-top li:hover span {
    color: #ff9b06;
}
.process .process-top li:hover:before {
    background: #fff;
    border: solid 5px #ff9b06;
}
.process .process-top li a:hover {
    text-decoration: none;
}
.process .process-top li:hover:after {
    background-position: -80px -169px;
}
.process .process-top li:nth-child(1) i:before,
.process .process-top li:nth-child(4) i:before,
.process .process-top li:nth-child(6) i:before {
    height: 56px;
    left: 47%;
    bottom: 34px;
}
.process .process-bom {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 28px;
}
.process .process-bom a {
    float: left;
    background: #ffc36a;
    width: 190px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    font-size: 16px;
    color: #fffefe;
}
.process .process-bom a:nth-child(1n + 4) {
    background: #ff8e00;
}
/*分页*/
.dede_pages {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    color: #999;
    margin-top: 20px;
}
.dede_pages .pagelist {
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
}
.dede_pages .pagelist li {
    float: left;
    margin: 0 10px;
    padding: 2px 9px;
    color: #fff;
    background: #e4393c;
    display: block;
}
.dede_pages .pagelist li a {
    color: #fff;
}
.dede_pages .pagelist li:hover {
    background-color: #ff8e00;
}
.dede_pages .pagelist .thisclass {
    background-color: #ff8e00;
}

.header .navbar {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .conceal,
    .top,
    .phone,
    .header .lpd dl,
    .nav,
    .mostNav,
    .block-2 .left,
    .block-2 .right,
    .advert,
    .block-3 .left-middle,
    .picked,
    .coopunit,
    .friendlink,
    .footer ul,
    .pdtit,
    .process,
    .modular .modular-top,
    .dede_pages {
        display: none !important;
    }
    .warp {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        border: solid #f00 0px;
        overflow: hidden;
    }
    .center {
        width: 96%;
        margin: 0 auto;
    }
    img {
        width: 100%;
    }
    .header .menu {
        float: right;
        margin-top: 8px;
        width: 40px;
        height: 30px;
        position: relative;
    }
    .header .menu:before {
        content: '';
        width: 40px;
        height: 4px;
        background: #e13b29;
        border-radius: 4px;
        position: absolute;
        top: 0px;
        left: 0px;
        transition: all 0.1s linear;
    }
    .header .menu:after {
        content: '';
        width: 40px;
        height: 4px;
        background: #e13b29;
        border-radius: 4px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        transition: all 0.1s linear;
    }
    .header .menu span {
        display: block;
        width: 40px;
        height: 4px;
        background: #e13b29;
        border-radius: 4px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
    }
    .header .menuNuw:before {
        top: 50%;
        margin-top: -2px;
        transform: rotate(45deg);
    }
    .header .menuNuw:after {
        bottom: 50%;
        margin-bottom: -2px;
        transform: rotate(-45deg);
    }
    .header .menuNuw span {
        display: none;
    }
    .header .navbar {
        background: #fff;
        width: 160px;
        text-align: center;
        border: solid 1px #eeeeee;
        position: absolute;
        top: 46px;
        right: 0;
        z-index: 99;
    }
    .header .navbar li {
        font-size: 14px;
        color: #333333;
        line-height: 24px;
        padding: 4px 0;
    }
    .left,
    .right {
        width: 100%;
    }
    .middle {
        width: 100%;
        margin: 0;
    }
    .left-middle {
        width: 100%;
    }
    .header .lpd {
        height: 46px;
        line-height: 46px;
    }
    .header .lpd .logo {
        width: 36%;
        margin: 0;
    }
    .block-1 .menu table {
        width: 100%;
    }
    .block-1 .banner {
        height: auto;
        margin-top: 16px;
    }
    .block-1 .banner li {
        height: auto;
    }
    .block-1 .headline dd {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .headline {
        margin-top: 16px;
    }
    .right .curri .curri-cont li {
        width: auto;
    }
    .modular .modular-bom {
        padding: 0;
    }
    .modular .modular-bom li {
        padding: 12px 0;
    }
    .modular .modular-bom li .modular-img {
        width: 30%;
        height: auto;
    }
    .modular .modular-bom li .modular-img img {
        width: 100%;
        height: auto;
    }
    .modular .modular-bom li .modular-info {
        width: 68%;
    }
    .modular .modular-bom li .modular-name {
        font-size: 14px;
        padding-top: 0;
    }
    .modular .modular-bom li .modular-txt {
        display: none;
    }
    .modular .modular-bom li .original-date {
    }
    .modular .modular-bom li .original-date .modular-date {
        display: none;
    }
}
